Add changelog for 2025-06-04 #484
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Assistant Configuration Updates
-
-
-
**Removal of regex in JsonSchema**: You can no longer use regular expressions in your [JSON schema validations](https://api.vapi.ai/api#:~:text=JsonSchema).Set Minimum Messages for Analysis: Skip analysis for very short conversations by setting
Assistant.analysisPlan.minMessagesThreshold(default: 2).Configure Transfer Timeout: You can now set the timeout for warm transfer modes with
This timeout setting determines how long the system will wait for the transfer to complete before timing out.Assistant.hooks.do[type=transfer].destination.transferPlan.timeout(default: 60). Warm transfer modes allow for a smooth handoff between agents by maintaining context and conversation history during the transfer process.Enable AssemblyAI Universal Streaming API: You can now enable the new Universal Streaming API for AssemblyAI transcribers with
Set this to `true` to use AssemblyAI's new Universal Streaming API for improved transcription.Assistant.transcriber.enableUniversalStreamingApiandAssistant.transcriber.fallbackPlan.transcribers.enableUniversalStreamingApi.Dot paths affected:
assistant.analysisPlan.structuredDataPlan.schema.regexassistant.hooks.do[type=function].function.parameters.properties.regexassistant.model.tools[type=apiRequest].body.regexassistant.model.tools[type=apiRequest].headers.regexTesting Steps
fern docs devor navigate to preview deployment